home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / note.ast < prev    next >
Text File  |  2000-08-18  |  1KB  |  44 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999
  2. //
  3. //  note.ast written at Thur Aug 12 11:49 1999
  4. //
  5. //
  6.  
  7.  24                     //  file_type
  8. 112                     //  file_version
  9.  
  10. //  note        //  Session name
  11. end
  12.  
  13. // *** This first section contains the names of all the win_anims used by the table
  14. note_bobbing_in_water
  15. note_shooting_out_of_fountainhead
  16. end
  17.  
  18. // *** This second section contains the values for each anim state
  19. note_idle
  20. note_shooting_out_of_fountainhead
  21. note_bobbing_in_water
  22. end
  23.  
  24. note_idle            // name of this anim_state
  25. note_shooting_out_of_fountainhead                // name for the win_anim for this state
  26. note_idle            // default link anim for this anim state
  27. begin_end_frame 0 0
  28. // Begin entries for this anim state
  29. end_of_entries
  30.  
  31. note_shooting_out_of_fountainhead                  // name of this anim_state
  32. note_shooting_out_of_fountainhead                // name for the win_anim for this state
  33. note_bobbing_in_water                             // default link anim for this anim state
  34. // Begin entries for this anim state
  35. end_of_entries
  36.  
  37. note_bobbing_in_water            // name of this anim_state
  38. note_bobbing_in_water                // name for the win_anim for this state
  39. note_bobbing_in_water            // default link anim for this anim state
  40. // Begin entries for this anim state
  41. end_of_entries
  42.  
  43.  
  44.